| lcPaint_DrawText | Home |
|
BOOL lcPaint_DrawText ( HANDLE hLcWnd, double X, double Y, LPCWSTR szText ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| X Y | |
| Text insertion point. | |
| szText | |
| Text string. | |
| If the function succeeds, the return value is nonzero (TRUE). |
Additional text parameters are got from global properties:
|
| lcPaint_DrawText2, lcPaint_FontSelect |